ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / RemoveAt Method
The index of item to be removed.

In This Topic
    RemoveAt Method (ItemCollection<T>)
    In This Topic
    Removes the item at the specified position.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The index of item to be removed.
    See Also